home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Web-Publishing / HTML-Editoren / Alpha ƒ / Mode Examples / CSS-Example.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-10-30  |  524 b   |  44 lines

  1. /* 
  2.  * CSS-Example.css
  3.  * 
  4.  * Included in the Alpha distribution as an example of CSS mode.
  5.  * 
  6.  * This file is the Cascading Style Sheet for the HTML Mode Manual.
  7.  *
  8.  */
  9.  
  10.  
  11. .indent {
  12.     margin-left: 3em;
  13. }
  14.  
  15. BODY {
  16.     background: #FFFFFF;
  17. }
  18.  
  19. A:link {
  20.     color: #045D17;
  21. }
  22.  
  23. A:visited {
  24.     color: #045D17;
  25. }
  26.  
  27. /* Working around a bug in M$IE */
  28. A.name:link {
  29.     color: #000000;
  30. }
  31.  
  32. .code {
  33.     background: #E1E1E1;
  34.     border: none;
  35.     padding: 3pt;
  36. }
  37.  
  38. UL.features {
  39.     padding: 1em;
  40.     border: solid thin;
  41.     background: #CCFFFF;
  42.     margin-left: -2em;
  43. }
  44.